home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / admin.fmt / fsmount.man < prev    next >
Encoding:
Text File  |  1992-02-28  |  4.9 KB  |  135 lines

  1.  
  2.  
  3.  
  4. FSMOUNT                   User Commands                   FSMOUNT
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      fsmount - Check disks and export prefixes
  12.  
  13. SSYYNNOOPPSSIISS
  14.      ffssmmoouunntt [_o_p_t_i_o_n_s]
  15.  
  16. OOPPTTIIOONNSS
  17.      --WW             Check disks, but do not write changes.
  18.  
  19.      --ff             Don't check disks (fastboot).
  20.  
  21.      --vv             Have both ffssmmoouunntt and ffsscchheecckk  output verbose
  22.                     information while running (the default).
  23.  
  24.      --nn             Don't attach disks or export prefixes.
  25.  
  26.      --pp             Print out actions but don't execute them.
  27.  
  28.      --hheellpp          Print a summary of the  command-line  options
  29.                     and exit.
  30.  
  31.      --dd _d_e_v_i_c_e_D_i_r_e_c_t_o_r_y
  32.                     Specifies the directory containing the device
  33.                     files.  The default is "/dev/".
  34.  
  35.      --ii _s_p_r_i_t_e_I_D    Causes prefixes that this machine will export
  36.                     to  be  preloaded  into the prefix table with
  37.                     _s_p_r_i_t_e_I_D as the  server.  This  prevents  the
  38.                     machine  from  broadcasting  for its own pre-
  39.                     fixes while the disks are being checked.
  40.  
  41.      --ffsscchheecckk _f_s_c_h_e_c_k_P_r_o_g
  42.                     Use this to specify  an  alternative  fscheck
  43.                     program, i.e., when testing a new fscheck.
  44.  
  45.      --cc             Conditionally check the disks.  If the  disks
  46.                     were  just  checked by _f_s_c_h_e_c_k and we are now
  47.                     rebooting, then we don't have to check again.
  48.                     If  the  --cc  flag  is  present then the disks
  49.                     won't be rechecked.
  50.  
  51. _________________________________________________________________
  52.  
  53.  
  54. DDEESSCCRRIIPPTTIIOONN
  55.      FFssmmoouunntt is used during system boot to check  the  disks  for
  56.      inconsistencies and to export prefixes.  It is a replacement
  57.      for ffssaattttaacchh, and is intented to be  used  without  a  mount
  58.      table.   It uses ffssiinnffoo to determine what filesystems are on
  59.      the disks connected  to  the  host,  ffsscchheecckk  to  check  the
  60.      filesystems found (if they are OFS), and pprreeffiixx to mount and
  61.      export them.  In this way, disks can  change  hosts,  change
  62.  
  63.  
  64.  
  65. Sprite v.1.0       Printed:  February 28, 1992                  1
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72. FSMOUNT                   User Commands                   FSMOUNT
  73.  
  74.  
  75.  
  76.      prefixes, or change parititioning without having to update a
  77.      mount table file.
  78.  
  79.      FFssmmoouunntt does some checking before it  pprreeffiixxes  filesystems.
  80.      If  it  finds filesystems whose cylinder extents overlap, it
  81.      will only pprreeffiixx the larger of  the  filesystems.   If  more
  82.      than  one  filesystem  has  the  same prefix, it will try to
  83.      mount those filesystems until one successfully mounts and it
  84.      will  ignore the remainder.  If a filesystem has a prefix of
  85.      a filesystem already in the prefix table, it is ignored.
  86.  
  87.      Currently, ffssmmoouunntt detects and notes  root  partitions,  but
  88.      does not try to either check or mount them.
  89.  
  90.      Upon  completion,  ffssmmoouunntt  creates  a  ffssmmoouunntteedd  file   in
  91.      //hhoossttss//$$HHOOSSTT//ffssmmoouunntteedd  reporting the filesystems it mounted
  92.      and exported, and when it did so.
  93.  
  94.  
  95. RREETTUURRNN CCOODDEESS
  96.      FFssmmoouunntt returns the same error codes as ffssaattttaacchh:
  97.  
  98.      0    No error.
  99.  
  100.      1    An error was found in the root  partition.  Reboot  the
  101.           system. See ffsscchheecckk for details.
  102.  
  103.      2    A hard error occurred. There was some problem in either
  104.           ffssaattttaacchh,  ffsscchheecckk,  or  pprreeffiixx that prevented ffssaattttaacchh
  105.           from completing normally.
  106.  
  107.      3    FFsscchheecckk returned a soft error indication.  See  ffsscchheecckk
  108.           for details.
  109.  
  110.      4    An error was found  in  the  root  partition,  but  the
  111.           number of consecutive times that ffsscchheecckk was run and an
  112.           error found exceeds the limit.
  113.  
  114. FFIILLEESS
  115.           /boot/cmds/fsinfo             command to list filesystems on disk
  116.           /boot/cmds/fscheck            command to check disks
  117.           /hosts/$HOST/*.fsc            output from fscheck
  118.           /bootTmp/.fscheck.out         temporary output from fscheck
  119.           /boot/cmds/prefix             command to mount and export filesystems
  120.           /hosts/$HOST/fsmounted        report file for fsmount
  121.  
  122. KKEEYYWWOORRDDSS
  123.      fsmount, fscheck, prefix,  fsinfo,  fsdomain,  mount,  disk,
  124.      partition, crash, attach, boot
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131. Sprite v.1.0       Printed:  February 28, 1992                  2
  132.  
  133.  
  134.  
  135.